

function PERCRO_openImage(imgCode)
{
	cmsCloseSubwindows();
	subWindow = cmsOpenSubwindow("img_preview.php?imgCode="+imgCode,"Preview","width=100,height=100,innerWidth=100,innerHeight=100,menubar=false,alwaysRaised=true,copyhistory=false,dependent=true,directories=false,hotkeys");
}



function PERCRO_openChat()
{
	cmsCloseSubwindows();
	subWindow = cmsOpenSubwindow("chat/videoChat.html","Chat","width=675,height=535,innerWidth=675,innerHeight=535,menubar=false,alwaysRaised=true,copyhistory=false,dependent=true,directories=false,hotkeys");
}


