﻿function openPopup(url,target,width,height, type)
{
	if(type=="gift-conditions")
	{
		width="500px";
		height="400px";
	}
	window.open(url,target,'status=0, height='+height+', width='+width+', resizeable=0,scrollbars=yes');
}
if(typeof(UpdateFormDigest)=="undefined")
	UpdateFormDigest=function(){};
if(typeof(_spFormOnSubmitWrapper)=="undefined")
	_spFormOnSubmitWrapper=function(){};