function popsmall(url)
{
	newwindow=window.open(url,'pop_small','height=180,width=240');
}

function popbig(url)
{
	newwindow=window.open(url,'pop_big','height=360,width=480');
}

