﻿// <![CDATA[
// ]]&gt;
function Show_Image(stockId) {
	getHTML('stockArticle.php','stockId='+stockId,'propertyDetailCopy');
	jQuery('body').css('overflow','hidden');
	jQuery('.gallerypopup').fadeIn('fast');
}
function Close_Image() {
	jQuery('.gallerypopup').fadeOut('fast');
	jQuery('body').css('overflow','auto');	
}
// ]]&gt;

// <![CDATA[
// ]]&gt;
function Show_Quote() {
	jQuery('.gallerypopup').fadeOut('fast');
	jQuery('body').css('overflow','hidden');
	jQuery('.quotepopup').fadeIn('fast');
}
function Close_Quote() {
	jQuery('.quotepopup').fadeOut('fast');
	jQuery('body').css('overflow','auto');	
}
// ]]&gt;
