function ppage(fullLink, pWidth, pHeight){
	var ScrollOn = 'yes';
	var xPos = 100;
	var yPos = 100;

	big_image=window.open(fullLink+'?isNaked=1', '', 'height=' + pHeight + ', width=' + pWidth + ', location=no, scrollbars=' + ScrollOn + ', status=no, menubar=no, toolbar=no, resizable=yes, top=' + yPos + ', left=' + xPos );
}

