function pop(url) {
		popWin = window.open(url, 'product', 'top=30, left=30, width=680, height=400, scrollbars=yes, location=no, address=no');
		popWin.focus();
}

function popMini(url) {
		popWin = window.open(url, 'message', 'top=30, left=30, width=540, height=350, scrollbars=yes, location=no, address=no');
		popWin.focus();
}

function pop1(url) {
		popWin = window.open(url, 'message', 'top=30, left=30, width=680, height=550, scrollbars=yes, location=no, address=no');
		popWin.focus();
}

function pop2(url) {
		popWin = window.open(url, 'message', 'top=30, left=30, width=680, height=450, scrollbars=yes, location=no, address=no');
		popWin.focus();
}

function pop3(url) {
		popWin = window.open(url, 'message', 'top=30, left=30, width=680, height=650, scrollbars=yes, location=no, address=no');
		popWin.focus();
}

function pop4(url) {
		popWin = window.open(url, 'product', 'top=30, left=30, width=680, height=370, scrollbars=yes, location=no, address=no');
		popWin.focus();
}


function enquire() {
		popWin = window.open('enquiries.html', 'enquiries', 'top=30, left=40, width=1200, height=950, scrollbars=yes, location=no, address=no');
		popWin.focus();
}