
function popup_watchourdemo(url_link)
{
	newwindow=window.open(url_link,'name','resizable=no,top=200,left=400,height=320,width=420');
	if (window.focus)
	{
		newwindow.focus()
	}
	return false;
}

function popup_forgotpassword(url_link)
{
	newwindow=window.open(url_link,'name','resizable=no,top=200,left=400,height=320,width=300');
	if (window.focus)
	{
		newwindow.focus()
	}
	return false;
}

function popup_freeshipping(url_link)
{
	newwindow=window.open(url_link,'name','resizable=no,top=200,left=400,height=320,width=300');
	if (window.focus)
	{
		newwindow.focus()
	}
	return false;
}

function popup_pricingexplained(url_link)
{
	newwindow=window.open(url_link,'name','resizable=no,top=200,left=400,height=320,width=300');
	if (window.focus)
	{
		newwindow.focus()
	}
	return false;
}