var call4price_1 = "<a href='/ajaxcontact' title='Contact Us' onclick='ajaxContactEvent(this);return false;'><img src='/skin/frontend/default/diamonds/images/btn_call_for_price.gif' width='101' height='19' alt='Click to request information' title='Click to request information'></a>";

function setProductName() {
	document.getElementById ('sent_from').value = top.document.title;
}

function newWindow(winURL,winTarget) {
	newWindow = window.open(winURL,winTarget,'replace=no');
	newWindow.focus();
	return false;
}

