function popup(url){
	window.open(url, null, 'width=640,height=480,left=100,top=100,scrollbars=yes,resizable=yes');
	_parent.location(documtent.URL)
}

