function showContent( newURL, divToShow)
{
string = "<iframe  src='" +  newURL  +   "'" + " height='100%'  width='100%'  scroll=no marginheight='0' frameborder = '0' marginwidth='0' allowtransparency='true' align='top' scrolling='no' vspace='0'></iframe>"
	divToShow.innerHTML=string
}
