//*******powerportel code  ***

function wopen(url, name, w, h)
{
	w += 32;
	h += 96;
 	var win = window.open(url,
  	name, 
	  'width=' + w + ', height=' + h + ', ' +
	  'location=no, menubar=no, ' +
	  'status=no, toolbar=no, scrollbars=yes, resizable=no');
	 win.resizeTo(w, h);
 	win.focus();
}

//*******popup code  ***
/*$(document).ready(function() {
	
	$("a.group").fancybox({
		'hideOnContentClick': false
	});
	$("a.custom").fancybox({
		'hideOnContentClick': false,
		'frameWidth':800,
		'frameHeight':450 
	});
	$("a.mdassurence").fancybox({
		'hideOnContentClick': false,
		'frameWidth':500,
		'frameHeight':200
	});
		$("a.videod").fancybox({
		'hideOnContentClick': false,
		'frameWidth':400,
		'frameHeight':300
	});
		$("a.tabpop").fancybox({
		'hideOnContentClick': false,
		'frameWidth':660,
		'frameHeight':450 
	});
});

*/
