function layoutwindow(url) {
	window.open (url, "mywindow","status=1,toolbar=1,width=350,height=350");
	return false;
}