

function open(url)
{
	var win = window.open( url ,"popup","scrollbars=yes,resizable=yes,height=400,width=600");
	return false;
}


