function test (){alert('test');}function largerView(picSrc,winName,winWidth,winHeight) {urlSrc = 'http://www.yellowinteractive.com/larger-view.html?pic=' + picSrc;windowOptions = 'scrollbars=yes,resizable=yes,width=' + winWidth + ',height=' + winHeight;window.open(urlSrc,winName,windowOptions);}function RunHeader(){    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="140" width="799">\n');    document.write('<param name="movie" value="http://www.yellowinteractive.com/header.swf">\n');    document.write('<param name="quality" value="best">\n');    document.write('<param name="play" value="true">\n');    document.write('<embed height="140" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.yellowinteractive.com/header.swf" type="application/x-shockwave-flash" width="799" quality="best" play="true">\n');    document.write('</object>\n');    //alert('header run');}function RunPortfolioPreview(){    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="379" width="337">\n');    document.write('<param name="movie" value="/portfolio.swf">\n');    document.write('<param name="quality" value="best">\n');    document.write('<param name="play" value="true">\n');    document.write('<embed height="379" pluginspage="http://www.macromedia.com/go/getflashplayer" src="/portfolio.swf" type="application/x-shockwave-flash" width="337" quality="best" play="true">\n');    document.write('</object>\n');}