

function pop(name)
{
	
window.open(name,'option','height=430,width=550,scrollbars=no,toolbar=no,location=no, screenX=400, screenY=400');

}
