document.write ("<style type='text/css'>");
document.write ("<!--");
document.write ("html{");
document.write ("overflow:hidden !important");
document.write ("}");
document.write ("-->");
document.write ("</style>");

function ifr(url,w,h,border,colour,style){
	if(url.indexOf("topiframe.html")!= -1){
		isVisible = "no";
			
	}else{
		isVisible = "auto";
		
	}
	document.write('<iframe style="border-width:'+border+'; border-color:#'+colour+'; border-style:'+style+'" id="ifr" name="ifr" width="'+w+'" height="'+h+'"   frameborder="0" scrolling="'+isVisible+'" src="'+url+'"></iframe>');}

/*	
window.onload = function(){
	document.body.style.overflow='hidden';
	
}
*/