function YouTube() {
	document.write("<" + "object width=\"780\" height=\"445\">\n");
	document.write("<" + "param name=\"movie\" value=\"http://www.youtube.com/cp/vjVQa1PpcFOK5rp1M_vN8a-MfSWQNcVPHt5KlA8vzzI=\">");
	document.write("<" + "/param" + ">");
	document.write("<" + "param name=\"wmode\" value=\"transparent\"" + ">");
	document.write("<" + "/params" + ">");
	document.write("<" + "embed src=\"http://www.youtube.com/cp/vjVQa1PpcFOK5rp1M_vN8a-MfSWQNcVPHt5KlA8vzzI=\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"780\" height=\"445\">");
	document.write("<" + "/embed" + ">");
	document.write("<" + "/object" + ">");
}
function Render() {
	document.write("<" + "object" + " classid=\"clsid:166B1BCA-3F9C-11CF-8075-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,0,0,0\" id=\"information\" height=\"512\" width=\"512\">\n");
	document.write("<" + "param name=\"src\" value=\"http://interact10ways.com/usa/information.dcr\"" + "/>\n");
	document.write("<" + "param name=\"swRemote\" value=\"swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swContextMenu='true'\"" + "/>\n");
	document.write("<" + "param name=\"swStretchStyle\" value=\"fill\"" + "/>\n");
	document.write("<" + "embed type=\"application/x-director\" src=\"http://interact10ways.com/usa/information.dcr\" swremote=\"swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swContextMenu='true'\" swstretchstyle=\"fill\" pluginspage=\"http://www.macromedia.com/shockwave/download/\" height=\"512\" width=\"512\"" + "/>\n");
	document.write("</" + "object" + ">");
}
var win = null;
function Popup(mypage,myname,w,h,scroll) {
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
	win = window.open(mypage,myname,settings)
}
