

function popWindow(loc, config)
{
	//possible configs "left=x,top=y,width=width,height=height,status=no,menubar=no,location=no,directories=no,scrollbars=no,resizable=no'
	pop = window.open(loc, "Xactware", config);
	pop.focus();
}

function mainFlashInput(basePath, file)
{

document.write(
'<object type="application/x-shockwave-flash" data="'+basePath+'/flash/'+file+'" width="520" height="300">'+
'	<param name="movie" value="'+basePath+'/flash/'+file+'"/>'+
'	<param name="quality" value="high"/>'+
'	<param name="wmode" value="transparent"/>'+
'</object>'
);
}
