function openFlashPopup(url, width, height) {
	window.open (url,"mywindow","location=1,status=1,scrollbars=0,width=" + width + ",height=" + height); 
}