function openWindow(url) {
	newWindow = window.open(url, 'newWin', 'toolbar=no,location=no,scrollbars=yes,resizable=no,width=692,height=500')
	}

function openWindowChart(url) {
	newWindow = window.open(url, 'newWin', 'toolbar=no,location=no,scrollbars=yes,resizable=no,width=565,height=500')
	}
	
function updateParent(newURL) {
	opener.document.location = newURL
	}

function openPasswordWindow(url) {
	newWindow = window.open(url, 'newWin', 'toolbar=no,location=no,scrollbars=yes,resizable=no,width=450,height=300')
	}

 function openPriceWindow(form_page) {
                newWindow = window.open('size_price_window.php?form_page=' + form_page + '', 'newWin', 'toolbar=no,location=no,scrollbars=yes,resizable=no,width=399,height=386')
                }

function openWeightShipWindow(id) {
                newWindow = window.open('weight_price_window.php?id=' + id + '', 'newWin', 'toolbar=no,location=no,scrollbars=yes,resizable=no,width=399,height=386')
                }

function openPriorityShipWindow(id) {
                newWindow = window.open('priority_shipping_window.php?id=' + id + '', 'newWin', 'toolbar=no,location=no,scrollbars=yes,resizable=no,width=489,height=186')
                }

 function openSizeWeightWindow() {
                newWindow = window.open('size_weight_window.php?', 'newWin', 'toolbar=no,location=no,scrollbars=yes,resizable=no,width=399,height=316')
                }

