 //javascript functions

function iframeSearch()
	{
		document.write ('<iframe src="frame.html"frameborder="0" style="width:180px;height:200px;" allowtransparency="true" scrolling="no" id="transparentblock" ></iframe>');
		
	}
	
	
function iframeInfo(frameid,frameurl,fwidth,fheight)
	{
		document.write ('<iframe id="'+frameid+'" src="'+frameurl+ '" frameborder="0" width='+fwidth+' height='+fheight+' allowtransparency="true" scrolling="no"  ></iframe>');
		
	}