// console.log('js_sitepops.js');

function open_terms() {
	var newwin=window.open('/popups/terms.html','terms',wscr+'width=618,height=580');
}

//open privacy policy
function open_privacy() {
	var newwin=window.open('/popups/privacy.html','privacy',wscr+'width=618,height=580');
}

//open global sites
function open_global() {
	var newwin=window.open('/popups/global.html','global',wnoscr+'width=460,height=375');
}

//open contact us
function open_contact() {
//	var newwin=window.open('/uniapp/servlet/Controller/site.consumer.LoadContactUs','contact',wnoscr+'width=600,height=620');
	var newwin=window.open('http://www.crdhna.com/contact/en_us_uniroyal/contact_us.htm','contact',wscr+'width=830,height=620');
}

//open nailgard info pages
function open_nailgard() {
	var newwin=window.open('/catalog/nailgard_pop.html','nailgard',wscr+'width=615,height=580');
}

//open special offer terms and conditions
function open_so_terms(sourl) {
	var newwin=window.open(sourl,'terms',wscr+'width=620,height=430');
}

//open tire image 
function open_tirepop(imgurl,poptitle) {
	var newwin=window.open('/catalog/tire_pop.html?imgurl='+imgurl+'&poptitle='+escape(poptitle),'tirepicture',wnoscr+'width=375,height=534');
}
