function popup(url, height)
{
	newwindow=window.open(url,'name','height='+height+',width=630,menubar=0,resizable=1,status=0, toolbar=0');
	if (window.focus) {newwindow.focus()}
	return false;
}

function link(url)
{
	newwindow=window.open(url,'name','menubar=0,resizable=1,scrollbars=1;status=0,toolbar=0');
	if (window.focus) {newwindow.focus()}
	return false;
}

function pop_prod(url, height)
{
	newwindow=window.open(url,'name','height='+height+',width=660,menubar=0,resizable=1,status=0, toolbar=0');
	if (window.focus) {newwindow.focus()}
	return false;


}
function popup_tc_m (url, height)
{
	newwindow=window.open(url,'name','height='+height+',width=800,menubar=0,resizable=1,status=0, toolbar=0');
	if (window.focus) {newwindow.focus()}
	return false;
}
