function concertWindow(url) 
{
	window.open(url, "myWindow", "status = 1, height = 300, width = 300, resizable = 0" );
}