function validFrm() {
	if (document.oneclick_.oneclickaddress.options[document.oneclick_.oneclickaddress.selectedIndex].value == '-1') {
		return false;
	} else {
		return true;
	}
}
function openPop(url) {
	var w=525
	var h=400
	var winl = (screen.width-w)/2;
	var wint = (screen.height-h)/2
	window.open(url,'samples','left='+winl+',top='+wint+',width='+w+',height='+h+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes')
}