function yfAffiliate(affiliate, imgURL, option, step, country_id, punit, lang_id, pWidth, pHeight, restart, backurl) {
	var d = new Date();
	var time = d.getTime();
	url = "http://clubframeco.com/YourFramerV2.0/plugins/image_upload/uploadViaURL.php?op="+option+"&st="+step+"&iu="+imgURL+"&aff="+affiliate+"&country_id="+country_id+"&u="+punit+"&li="+lang_id+"&pw="+pWidth+"&ph="+pHeight+"&restart="+restart+"&backurl="+backurl;
	window.open(url,'yourframer','status=no,width=1024,height=768,menubar=no,location=no,scrollbars=yes,resizable=yes');
}

function yfAffiliateP(affiliate, imgURL, imgprice, option, step, country_id, punit, lang_id, pWidth, pHeight, restart, backurl) {
	var d = new Date();
	var time = d.getTime();
url = "http://clubframeco.com/YourFramerV2.0/plugins/image_upload/uploadViaURL.php?op="+option+"&st="+step+"&iu="+imgURL+"&aff="+affiliate+"&country_id="+country_id+"&imgprice="+imgprice+"&u="+punit+"&li="+lang_id+"&pw="+pWidth+"&ph="+pHeight+"&restart="+restart+"&backurl="+backurl;
	window.open(url,'yourframer','status=no,width=1024,height=768,menubar=no,location=no,scrollbars=yes,resizable=yes');
}

function yfAffiliatePExt(affiliate, imgURL, ext_orig_url, imgprice, option, step, country_id, punit, lang_id, pWidth, pHeight, restart, backurl, source_code) {
	var d = new Date();
	var time = d.getTime();
url = "http://clubframeco.com/YourFramerV2.0/plugins/image_upload/uploadViaURL.php?op="+option+"&st="+step+"&iu="+imgURL+"&ext_orig_url="+ext_orig_url+"&aff="+affiliate+"&country_id="+country_id+"&imgprice="+imgprice+"&u="+punit+"&li="+lang_id+"&pw="+pWidth+"&ph="+pHeight+"&restart="+restart+"&backurl="+backurl+"&source_code="+source_code;
	window.open(url,'yourframer','status=no,width=1024,height=768,menubar=no,location=no,scrollbars=yes,resizable=yes');
}


// [ADDED 13Aug09]
function yfAffiliate2(affiliate, imgURL, option, step, country_id, punit, lang_id, pWidth, pHeight, restart, backurl) {
	var d = new Date();
	var time = d.getTime();
	url = "http://clubframeco.com/YourFramerV2.0/plugins/image_upload/uploadViaURL.php?op="+option+"&st="+step+"&iu="+imgURL+"&aff="+affiliate+"&country_id="+country_id+"&u="+punit+"&li="+lang_id+"&pw="+pWidth+"&ph="+pHeight+"&restart="+restart+"&backurl="+backurl;
	window.open(url,'yourframer','status=no,menubar=no,location=no,scrollbars=yes,resizable=yes');
}
// [END ADDED 13Aug09]