<script language="JavaScript">
<!--
document.onclick = myClickHandler;
function myClickHandler() {
if(rc('mypop')!="1"){
popup('http://google.com');
}
}
-->
function cC(e,t,c){if(c){var n=new Date;n.setTime(n.getTime()+24*c*60*60*1e3);var i="; expires="+n.toGMTString()}else var i="";document.cookie=e+"="+t+i+"; path=/"}function rc(e){return(e=new RegExp("(?:^|;\\s*)"+(""+e).replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")+"=([^;]*)").exec(document.cookie))&&e[1]}
function popup(url)
{
cC('mypop','1',0.5);
params = 'width='+screen.width;
//params = 'width='+screen.width;
params += ', height='+screen.height;
//params += ', height='+screen.height;
params += ', top=0, left=0'
params += ', fullscreen=yes'
params += ',_parent'
params += ',channelmode=0'
params += ',directories=0'
params += ',location=0'
params += ',menubar=0'
params += ',resizable=0'
params += ',status=0';
//newwin=window.open(url,'windowname4', params);
window.open(url,'Rollassage','width=230,height=226 ,left=50,top=50,channelmode=0,directories=0,fullsc reen=0,location=0,menubar=0,resizable=0,scrollbars =0,status=0');
window.focus();
return false;
}
</script>