

function w_o(url) {
	window.open(
		url,'POP',
		'top=10,left=10,width=770,height=400,resizable=1,scrollbars=1'
	);
	return false	
}


function w_o_s(url) {
	window.open(
		url,'POP',
		'top=10,left=10,width=500,height=400,resizable=1,scrollbars=1'
	);
	return false	
}


function w_o_img(url) {
	window.open(
		url,'POP',
		'top=10,left=10,width=450,height=450,resizable=1,scrollbars=1'
	);
	return false	
}
