
//url sent from flash, function called from flash

function portOpen(url) 
{
	window.open(url, 'port', 'height=700, width=1400, toolbar=yes, scrollbars=yes');
}

function check()
{
	window.alert("connected to flash");
}
