// JavaScript Document
function ifr(url,w,h)
{
	document.write('<iframe id="ifr" name="ifr" width="'+w+'" height="'+h+'"   border="0" frameborder="0" scrolling="auto" src="'+url+'"></iframe>');
}