function shopHelp() {

	url = "/kauppaohje";
	window.open(url ,'Ohje','scrollbars=yes,resizable=yes,location=no,toolbar=no,height=520,width=480');
}

function showSpecs(pid) {

	url = "/specs?pid=" + pid;
	window.open(url ,'specs','scrollbars=yes,resizable=yes,location=no,toolbar=no,height=520,width=480');
}

function showPageSpecs(page,pid) {
	url = "/" + page + "?pid=" + pid;
	window.open(url ,'specs','scrollbars=yes,resizable=yes,location=no,toolbar=no,height=520,width=480');
}
function showSpecs2(pid) {

	url = "/specs_eng?pid=" + pid;
	window.open(url ,'specs_eng','scrollbars=yes,resizable=yes,location=no,toolbar=no,height=520,width=480');
}

function showPageSpecs(page,pid) {
	url = "/" + page + "?pid=" + pid;
	window.open(url ,'specs_eng','scrollbars=yes,resizable=yes,location=no,toolbar=no,height=520,width=480');
}

function showSpecs3(pid) {

	url = "../specs?pid=" + pid;
	window.open(url ,'specs_eng','scrollbars=yes,resizable=yes,location=no,toolbar=no,height=520,width=480');
}

function showPageSpecs(page,pid) {
	url = "/" + page + "?pid=" + pid;
	window.open(url ,'specs_eng','scrollbars=yes,resizable=yes,location=no,toolbar=no,height=520,width=480');
}

