
var win = null;
function Des(mypage, w, h, t, scroll, top_p) 
{
scroll=(scroll==1) ? 'yes': 'no';  
LeftPosition = (screen.width-w)/2-13;


TopPosition=(typeof(top_p)!="undefined") ? top_p : (screen.height-h)/2;  

settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',noresize'
win = window.open(mypage, t, settings).focus();
}


if (!document.getElementById && document.layers) 
{  
document.write ('<LINK href="/i/ns4.css" type=text/css rel=stylesheet>');
}
else {
document.onmousedown = function () {  for (ayyy in document.links) { 
document.links[ayyy].onfocus = document.links[ayyy].blur;}}
}



if (window != top) top.location.href = location.href;
