﻿function popFaq(screen_id){
	var faqurl = 'http://www.godevs.com/products/pce/screen.aspx?screen_id=fff';
	faqurl = faqurl.replace('fff', screen_id);
	var win=window.open(faqurl, 'spop', 'left=20,top=20,resizable=no,scrollbars=no,width=610,height=470');
}


