function getPlugin(plugin, h, w, sFromPage){
	// main function to pop up window to get flash plugin
	// h by default is 375,  w is 500
	var pluginwin;
	pluginwin = window.open('/au/includes/getPlugIn.asp?p='+ plugin + '&page=' + sFromPage , 'pluginwin' ,'width=' + w + ',height=' + h +',toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes');
	pluginwin.focus();
}