/* ShowGallery */
function showGallery(link,w,h){
	var vsr = new Window('wndVSR',{
		url:link.href,
		title:'Official Mazatlan Video',
		className:'alphacube',width:w,height:h,resizable:false,
		destroyOnClose:true,draggable:false,maximizable:false,minimizable:false
	});
	vsr.showCenter(true);
	return false;
}