function RunFoo(type)
{
	if(type=='sketch'){
	document.write('<center><a target="_blank" href="http://conceptart.org/forums/showthread.php?t=80227&highlight=gil%27s">ONLINE SKETCHBOOK</a></center>\n');
	
	}
	document.write('<object>\n');
	document.write('<embed src="3d.swf?varType=' + type + '" height="600" width="1000"></embed>\n');
	document.write('</object>\n');

}