


function openLink (p, win, width, height) {	
	var feat = "resizable=no , scrollbars=no";
	var px = (screen.width - width) / 2;
	var py = (screen.height - height) / 2;
	var mpop = window.open(p, win,'width=' + width + ',height=' + height + ',' + feat + ',top=' + py + ',left=' + px);
}

function openFullScreen (p) {
	var w = screen.availWidth;	var h = screen.availHeight;	openLink (p,'Plates', w , h);}

/*<body bgcolor="#ffffff"><a href="javascript:openFullScreen('swf/Henkel_SuperBonder_Plates.html')"
*/


// <a href="javascript:openPop('pecas/johnson/popups/index.html','popups', 600, 400);">.open</a><br />

