function image_usr_popup(imageName) {
	var Sw = 690, Sh = 510;
	Sleft = (screen.width / 2) - (Sw / 2); Stop = (screen.height / 2) - (Sh / 2);
	nwin = window.open("http://www.popmsn.com/act_image_show.php?id=" + imageName, "_blank", "menubar = no, resizable = no, scrollbars = yes, status = no, titlebar = yes, toolbar = no, width = " + Sw + ", height = " + Sh + ", top = " + Stop + ", left = " + Sleft);
}

function beso_popup(name) {
	var Sw = 620, Sh = 400;
	Sleft = (screen.width / 2) - (Sw / 2); Stop = (screen.height / 2) - (Sh / 2);
	nwin = window.open("http://www.popmsn.com/img_beso_virtual.php?name=" + name, "_blank", "menubar = no, resizable = no, scrollbars = yes, status = no, titlebar = yes, toolbar = no, width = " + Sw + ", height = " + Sh + ", top = " + Stop + ", left = " + Sleft);
}