function show_site(url, width, height, clr){
	document.write('<PARAM NAME=movie VALUE="'+url+'">  \n');
	document.write('<PARAM NAME=menu VALUE=false>  \n');
	document.write('<PARAM NAME=quality VALUE=high>  \n');
	document.write('<PARAM NAME=scale VALUE=noscale>  \n');
	document.write('<PARAM NAME=wmode VALUE="transparent">  \n');
	document.write('<EMBED src="'+url+'"  WIDTH="'+width+'" HEIGHT="'+height+'" hspace="0" vspace="0" ALIGN="" menu=false quality=high scale=noscale NAME="movieFr" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>  \n');
}