var path_auto = XE;

function showContactPoster(member_id,poster_name,adv_id, adv_kind)
{
		ContactPosterWindow = window.open(''+path_auto+'/index.php?m=virtual_market&a=contact_poster&suppressHeaders=1&member_id='+member_id+'&poster_name='+poster_name+'&adv_id='+adv_id+'&adv_kind='+adv_kind+'',"","top="+ (screen.height - 500 - 100) / 2 +",left="+ (screen.width - 550) / 2 +",width=,height="); ContactPosterWindow.resizeTo(550,500); ContactPosterWindow.focus();
}
function showReportBadAdv(adv_id, adv_kind)
{
		ReportBadAdvWindow = window.open(''+path_auto+'/index.php?m=virtual_market&a=report_badadv&suppressHeaders=1&adv_id='+adv_id+'&adv_kind='+adv_kind+'',"","top="+ (screen.height - 500 - 100) / 2 +",left="+ (screen.width - 550) / 2 +",width=,height="); ReportBadAdvWindow.resizeTo(550,500); ReportBadAdvWindow.focus();
}
function showPrintAdv(adv_id, adv_kind)
{
		PrintAdvWindow = window.open(''+path_auto+'/index.php?m=virtual_market&a=print_adv&suppressHeaders=1&adv_id='+adv_id+'&adv_kind='+adv_kind+'',"","top="+ (screen.height - 800 - 100) / 2 +",left="+ (screen.width - 830) / 2 +",width=,height=,scrollbars=yes"); PrintAdvWindow.resizeTo(830,800); PrintAdvWindow.focus();
}
function showSendToFriend(adv_id, adv_kind)
{
		SendToFriendWindow = window.open(''+path_auto+'/index.php?m=virtual_market&a=send_to_friend&suppressHeaders=1&adv_id='+adv_id+'&adv_kind='+adv_kind+'',"","top="+ (screen.height - 500 - 100) / 2 +",left="+ (screen.width - 550) / 2 +",width=,height="); SendToFriendWindow.resizeTo(550,500); SendToFriendWindow.focus();
}
function showCarSendToFriend(product_id)
{
		SendToFriendWindow = window.open(''+path_auto+'/the_gioi_o_to/gioi_thieu_ban_be/'+product_id+'',"","top="+ (screen.height - 500 - 100) / 2 +",left="+ (screen.width - 550) / 2 +",width=,height="); SendToFriendWindow.resizeTo(550,500); SendToFriendWindow.focus();
}
function showMotorSendToFriend(product_id)
{
		SendToFriendWindow = window.open(''+path_auto+'/the_gioi_xe_may/gioi_thieu_ban_be/'+product_id+'',"","top="+ (screen.height - 500 - 100) / 2 +",left="+ (screen.width - 550) / 2 +",width=,height="); SendToFriendWindow.resizeTo(550,500); SendToFriendWindow.focus();
}
function showNewsSendToFriend(news_id)
{
		SendToFriendWindow = window.open(''+path_auto+'/index.php?m=news&a=send_to_friend&suppressHeaders=1&news_id='+news_id+'',"","top="+ (screen.height - 500 - 100) / 2 +",left="+ (screen.width - 550) / 2 +",width=,height=,scrollbars=yes"); SendToFriendWindow.resizeTo(550,500); SendToFriendWindow.focus();
}
function showPrintCar(product_id)
{
		PrintCarWindow = window.open(''+path_auto+'/the_gioi_o_to/in_xe/'+product_id+'',"","top="+ (screen.height - 800 - 100) / 2 +",left="+ (screen.width - 830) / 2 +",width=,height=,scrollbars=yes"); PrintCarWindow.resizeTo(830,800); PrintCarWindow.focus();
}
function showPrintMotor(product_id)
{
		PrintMotorWindow = window.open(''+path_auto+'/the_gioi_xe_may/in_xe/'+product_id+'',"","top="+ (screen.height - 800 - 100) / 2 +",left="+ (screen.width - 830) / 2 +",width=,height=,scrollbars=yes"); PrintMotorWindow.resizeTo(830,800); PrintMotorWindow.focus();
}