function openPop(url,weight,height) {
	window.open( url, 'myWindow', 'status = 1, height ='+height+', width = '+weight+', resizable = 0' )
}

