function openWindow(url)
{
	window.open(unescape(url),'previewWin','width=600,height=400,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');   
}
