function f_link (v_which,v_php,v_anchor,v_which2) {
	top.frames["frame_navigation"].location.href="navigation_"+v_which+".html";
  if (v_php==true) v_type=".php";
  else v_type=".html";
  if (v_which2!=undefined) top.frames["frame_index"].location.href=v_which2+v_type+"#"+v_anchor;
  else top.frames["frame_index"].location.href=v_which+v_type+"#"+v_anchor;
}
a_text=new Array ("News", "About Us", "Our Projects", "Investment", "References", "Romania", "Contact Us", "Links", "Investors' Lounge");
function f_over (v_which) {
	v_img_id="img_"+v_which;
  top.frames["frame_navigation"].document.getElementById(v_img_id).src="images/item-selected.gif";
  top.status=a_text[v_which];
}
function f_out (v_which) {
	v_img_id="img_"+v_which;
  top.frames["frame_navigation"].document.getElementById(v_img_id).src="images/item.gif";
  top.status="";
}
function f_print (v_gallery_id,v_image_id) {
	v_print=window.open("print.php?gallery_id="+v_gallery_id+"&image_id="+v_image_id, "v_print", "width=1024,height=750,top=0,left=0,menubar=no,toolbar=no,status=no");
}
function f_portrait (v_url) {
	v_portrait=window.open(v_url, "v_portrait","width=800,height=600,status=no,menubar=no,toolbar=no,resizable=yes");
}
function f_load_frame (v_title) {
  top.document.title=v_title;
  v_page=window.location.href.substring(window.location.href.lastIndexOf("/")+1,window.location.href.length);
  try {
  	v_src=top.frames["frame_navigation"].location.href;
  }
  catch (e) {
  	window.location.href="load-frame.php?page="+v_page;
  }
}
