function _pastUsrPht(url, code, cuid, bgc, type){
  switch (type) {
    case 'yatay_530x160':
      w = 530;
      h = 160;
      break;
    case 'kare_500x500':
      w = 500;
      h = 500;
      break;
    // Backwards compatibility için default dikey kalsın...
    default:
      w = 150;
      h = 545;
  }

	bgc = bgc.replace("#","");
	var aurl = url+"/widget/printWidget.php?wid=1&code="+code+"&cuid="+cuid+"&bgc="+bgc+"&type="+type;
	document.write("<iframe marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" id=\"negatifFrame\" allowtransparency=\"1\" name=\"negatifFrame\" style=\"padding:0;margin:0;\" src=\""+aurl+"\" width=\""+w+"\" height=\""+h+"\" frameborder=\"0\">");
	document.write("</iframe>");

	var foto_container = document.createElement('div');
	foto_container.setAttribute('style', 'width:100px;height:100px;position:absolute;top:100px;left:100px;background-color:#000;');

}
