function changeBinary(BinaryCodeID)
{
	document.getElementById("ProductBinary").src = "gateTools/scripts/binary.php?BinaryCodeID="+ BinaryCodeID;
}

function openPopup(url)
{
	popup = window.open(url, 'Popup', 'width=900,height=650,scrollbars=yes,toolbar=no,location=no,menubar=no,resizable=yes');
	popup.focus();
}

function checkValue(Selection)
{
	if (Selection.value != '')
		document.SelectOtherProduct.submit();
}

